VCRuntimeBooleanProperty.Description Property

Sets or gets the description of the property.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
Property Description As String
用法
Dim instance As VCRuntimeBooleanProperty
Dim value As String

value = instance.Description

instance.Description = value
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
function get Description () : String
function set Description (value : String)

Property Value

Type: System.String

String containing the description of the VCRuntimeBooleanProperty object.

Implements

VCRuntimeProperty.Description

Permissions

See Also

Reference

VCRuntimeBooleanProperty Interface

VCRuntimeBooleanProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace