Share via


CodeGraphNodeIdName.Prefix Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Prefix As GraphNodeIdName
public static GraphNodeIdName Prefix { get; }
public:
static property GraphNodeIdName^ Prefix {
    GraphNodeIdName^ get ();
}
static member Prefix : GraphNodeIdName with get
static function get Prefix () : GraphNodeIdName

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdName
Returns GraphNodeIdName.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdName Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace