DTEClass.FullName 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.
For more information on this property, refer to FullName.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual property System::String ^ FullName { System::String ^ get(); };
public:
virtual property Platform::String ^ FullName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(226)]
public virtual string FullName { [System.Runtime.InteropServices.DispId(226)] get; }
[<System.Runtime.InteropServices.DispId(226)>]
[<get: System.Runtime.InteropServices.DispId(226)>]
member this.FullName : string
Public Overridable ReadOnly Property FullName As String
Property Value
The full name.
Implements
- Attributes