VCRuntimeIntegerProperty.Category Property

Sets or gets the category of the property.

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

Syntax

声明
Property Category As String
用法
Dim instance As VCRuntimeIntegerProperty
Dim value As String

value = instance.Category

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

Property Value

Type: System.String

String containing the category of the VCRuntimeIntegerProperty object.

Implements

VCRuntimeProperty.Category

Permissions

See Also

Reference

VCRuntimeIntegerProperty Interface

VCRuntimeIntegerProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace