VCPropertySheet.UserMacros Property

Gets the collection of user macros.

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

Syntax

'Declaration
ReadOnly Property UserMacros As IVCCollection
'Usage
Dim instance As VCPropertySheet 
Dim value As IVCCollection 

value = instance.UserMacros
IVCCollection UserMacros { get; }
property IVCCollection^ UserMacros {
    IVCCollection^ get ();
}
function get UserMacros () : IVCCollection

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.IVCCollection
Collection of user macros.

.NET Framework Security

See Also

Reference

VCPropertySheet Interface

VCPropertySheet Members

Microsoft.VisualStudio.VCProjectEngine Namespace