ICallHierarchyMemberItem.NameSeparator 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 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.