Share via


GraphNodeIdPropertyDescriptor.IsLocalizable Property

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: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GraphNodeIdPropertyDescriptor Class

Microsoft.VisualStudio.GraphModel Namespace