VCPropertySheet.UserMacros Property

Gets the collection of user macros.

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

Syntax

声明
ReadOnly Property UserMacros As IVCCollection
用法
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.

Permissions

See Also

Reference

VCPropertySheet Interface

VCPropertySheet Members

Microsoft.VisualStudio.VCProjectEngine Namespace