ICallHierarchyMemberItem.ContainingTypeName Property

Definition

Gets the name of the type that contains the member.

public:
 property System::String ^ ContainingTypeName { System::String ^ get(); };
public:
 property Platform::String ^ ContainingTypeName { Platform::String ^ get(); };
public string ContainingTypeName { get; }
member this.ContainingTypeName : string
Public ReadOnly Property ContainingTypeName As String

Property Value

The type name.

Applies to