DkmNativeCppEnumType.QualifiedName 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.
Qualified name of this symbol. Qualifiers are separated by "::". The unqualified name always appears at the end of the qualified name.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
property System::String ^ QualifiedName { System::String ^ get(); };
public:
property Platform::String ^ QualifiedName { Platform::String ^ get(); };
public string QualifiedName { get; }
member this.QualifiedName : string
Public ReadOnly Property QualifiedName As String