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
value
Type: System.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.