ICallHierarchyMemberItem::NameSeparator Property

 

Gets the separator characters that are used to separate the type and member names in a qualified name.

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

property String^ NameSeparator {
	String^ get();
}

Property Value

Type: System::String^

The separator characters that are used to separate the type and member names in a qualified name.

Return to top
Show: