Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the immediate parent object of a SolutionBuild object.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property Parent As Solution
Solution Parent { get; }
property Solution^ Parent {
Solution^ get ();
}
abstract Parent : Solution with get
function get Parent () : Solution
Property Value
Type: EnvDTE.Solution
A Solution object.
Remarks
The Parent property returns the immediate parent to the SolutionBuild object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples