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
声明
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
A Boolean value that is converted to Yes or No. 
.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.