VCUserMacro.PropertySheet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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