ICallHierarchyMemberItem.NameSeparator Property

Definition

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

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

Property Value

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

Applies to