CodeElement.Name Property
Gets the name of the CodeElement.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public string Name { get; }
public:
property String^ Name {
String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String
Property Value
Type: System.String
The name of the CodeElement.
See Also
CodeElement Class
Microsoft.VisualStudio.Tools.Applications Namespace