VCPropertySheet.UserMacros 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 collection of user macros.
public:
property Microsoft::VisualStudio::VCProjectEngine::IVCCollection ^ UserMacros { Microsoft::VisualStudio::VCProjectEngine::IVCCollection ^ get(); };
[System.Runtime.InteropServices.DispId(611)]
public Microsoft.VisualStudio.VCProjectEngine.IVCCollection UserMacros { [System.Runtime.InteropServices.DispId(611)] get; }
[<System.Runtime.InteropServices.DispId(611)>]
[<get: System.Runtime.InteropServices.DispId(611)>]
member this.UserMacros : Microsoft.VisualStudio.VCProjectEngine.IVCCollection
Public ReadOnly Property UserMacros As IVCCollection
Property Value
Collection of user macros.
- Attributes