Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an array of the file names for those deployment items that are editable.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PropertyWindowAttribute> _
Public Overridable Property DeploymentItemsEditable As String()
[PropertyWindowAttribute]
public virtual string[] DeploymentItemsEditable { get; set; }
[PropertyWindowAttribute]
public:
virtual property array<String^>^ DeploymentItemsEditable {
array<String^>^ get ();
void set (array<String^>^ value);
}
[<PropertyWindowAttribute>]
abstract DeploymentItemsEditable : string[] with get, set
[<PropertyWindowAttribute>]
override DeploymentItemsEditable : string[] with get, set
function get DeploymentItemsEditable () : String[]
function set DeploymentItemsEditable (value : String[])
Property Value
Type: array<System.String[]
An array of the file names for those deployment items that are editable.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.