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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.