Share via


CodeSchemaResources.Exception_NodeIdExistsButOfDifferentClass Property

Looks up a localized string similar to A node with ID {0} already exists, but of a different class. Expected {1}, actual {2}.

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 Exception_NodeIdExistsButOfDifferentClass As String
public static string Exception_NodeIdExistsButOfDifferentClass { get; }
public:
static property String^ Exception_NodeIdExistsButOfDifferentClass {
    String^ get ();
}
static member Exception_NodeIdExistsButOfDifferentClass : string with get
static function get Exception_NodeIdExistsButOfDifferentClass () : String

Property Value

Type: String

.NET Framework Security

See Also

Reference

CodeSchemaResources Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace