VCUserMacro.PropertySheet Property

Definition

Gets the property sheet contining the user macro.

public:
 property Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ PropertySheet { Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ get(); };
public:
 property Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ PropertySheet { Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ get(); };
[System.Runtime.InteropServices.DispId(2405)]
public Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet PropertySheet { [System.Runtime.InteropServices.DispId(2405)] get; }
[<System.Runtime.InteropServices.DispId(2405)>]
[<get: System.Runtime.InteropServices.DispId(2405)>]
member this.PropertySheet : Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet
Public ReadOnly Property PropertySheet As VCPropertySheet

Property Value

The VCPropertySheet holding the user macro.

Attributes

Applies to