ICallHierarchyMemberItem::ContainingTypeName Property

 

Gets the name of the type that contains the member.

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

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

Property Value

Type: System::String^

The type name.

Return to top
Show: