ICallHierarchyMemberItem::ContainingNamespaceName Property

 

Gets the name of the namespace that contains the item's type.

Namespace:   Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)

property String^ ContainingNamespaceName {
	String^ get();
}

Property Value

Type: System::String^

The namespace name.

Return to top
Show: