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
- 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.