VCPropertySheet.PropertySheetName Property

Sets or gets the value of the Name tag in the property sheet file. This property is available only for backwards compatibility and should otherwise not be used.

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

Syntax

声明
Property PropertySheetName As String
用法
Dim instance As VCPropertySheet
Dim value As String

value = instance.PropertySheetName

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

Property Value

Type: System.String

String containing the Name tag in the property sheet file.

Permissions

See Also

Reference

VCPropertySheet Interface

VCPropertySheet Members

Microsoft.VisualStudio.VCProjectEngine Namespace