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)

Syntax

'Declaration
ReadOnly Property ContainingTypeName As String
string ContainingTypeName { get; }
property String^ ContainingTypeName {
    String^ get ();
}
abstract ContainingTypeName : string
function get ContainingTypeName () : String

Property Value

Type: System.String
The type name.

.NET Framework Security

See Also

Reference

ICallHierarchyMemberItem Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace