Share via


CodeElement.FullName Property

 

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

Return to top