DataViewPropertyDescriptor.SetIsLocalizable Method

Adds a LocalizableAttribute corresponding to the specified Boolean value that indicates whether the property should be localized.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Sub SetIsLocalizable ( _
    value As Boolean _
)
public void SetIsLocalizable(
    bool value
)
public:
void SetIsLocalizable(
    bool value
)
member SetIsLocalizable : 
        value:bool -> unit
public function SetIsLocalizable(
    value : boolean
)

Parameters

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

Microsoft.VisualStudio.Data.Framework Namespace