Share via


GraphNodeIdPropertyDescriptor.IsLocalizable Property

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

Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsLocalizable As Boolean
public override bool IsLocalizable { get; }
public:
virtual property bool IsLocalizable {
    bool get () override;
}
abstract IsLocalizable : bool with get 
override IsLocalizable : bool with get
override function get IsLocalizable () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GraphNodeIdPropertyDescriptor Class

Microsoft.VisualStudio.GraphModel Namespace