Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the fully qualified name of the CodeElement.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public string FullName { get; }
public:
property String^ FullName {
String^ get();
}
member FullName : string with get
Public ReadOnly Property FullName As String
Property Value
Type: System.String
The fully qualified name of the CodeElement.
See Also
CodeElement Class
Microsoft.VisualStudio.Tools.Applications Namespace