Gets the language and culture supported by this COM component.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides ReadOnly Property Culture As String
'使用
Dim instance As OAComReference
Dim value As String
value = instance.Culture
public override string Culture { get; }
public:
virtual property String^ Culture {
String^ get () override;
}
public override function get Culture () : String
Property Value
Type: System.String
The name of the component's locale ID.
Implements
Permissions
- 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.