CodeImport::Parent Property

 

Gets the object containing this import.

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

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

Property Value

Type: System::Object^

The parent object of this import.

For code like:

Namespace someNamespace
{using Sys win.forms;}

the parent is a CodeNamespace.

System_CAPS_noteNote

The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same.

Return to top
Show: