Macros::Parent Property

 

Gets the immediate parent object of a Macros object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property DTE^ Parent {
	DTE^ get();
}

Property Value

Type: EnvDTE::DTE^

A DTE object.

Macros are deprecated. For information about how to use automation in Visual Studio, see FAQ: Converting Add-ins to VSPackage Extensions.

Return to top
Show: