VCPropertySheet.UserMacros Property

Definition

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

Applies to