OAComReference.Culture Property

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

Reference.Culture

Permissions

See Also

Reference

OAComReference Class

OAComReference Members

Microsoft.VisualStudio.Package.Automation Namespace