ICallHierarchyMemberItem.ContainingTypeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.