Share via


ICallHierarchyMemberItem.ContainingNamespaceName Property

Gets the name of the namespace that contains the item's type.

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

Syntax

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

Property Value

Type: System.String
The namespace name.

.NET Framework Security

See Also

Reference

ICallHierarchyMemberItem Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace