CodeSchemaPropertiesResources.CodeSchemaProperty_IsOperator_Label Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Looks up a localized string similar to IsOperator.
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 CodeSchemaProperty_IsOperator_Label As String
public static string CodeSchemaProperty_IsOperator_Label { get; }
public:
static property String^ CodeSchemaProperty_IsOperator_Label {
String^ get ();
}
static member CodeSchemaProperty_IsOperator_Label : string with get
static function get CodeSchemaProperty_IsOperator_Label () : String
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CodeSchemaPropertiesResources Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace