CodeImport::Parent Property
Visual Studio 2015
Gets the object containing this import.
Assembly: EnvDTE80 (in EnvDTE80.dll)
For code like:
Namespace someNamespace
{using Sys win.forms;}
the parent is a CodeNamespace.
Note |
|---|
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. |
Show:
