VCCodeImport.DisplayName 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 full name of the object.
public:
property System::String ^ DisplayName { System::String ^ get(); };
public:
property Platform::String ^ DisplayName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(512)]
public string DisplayName { [System.Runtime.InteropServices.DispId(512)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(512)>]
[<get: System.Runtime.InteropServices.DispId(512)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.DisplayName : string
Public ReadOnly Property DisplayName As String
Property Value
The full name of the object.
- Attributes
Remarks
In most cases, the DisplayName property returns the same result as the Name property. However, for function declaration elements, the entire signature of the function declaration is returned.