VCRuntimeProperty.PropertyPageName Property

Sets or gets the property page for the property.

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

Syntax

声明
Property PropertyPageName As String
用法
Dim instance As VCRuntimeProperty
Dim value As String

value = instance.PropertyPageName

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

Property Value

Type: System.String

String containing the property page where the VCRuntimeProperty property can be set.

Permissions

See Also

Reference

VCRuntimeProperty Interface

VCRuntimeProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace