TestElement.DeploymentItemsEditable Property
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<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.