OAAssemblyReference.Culture Property

Gets the language supported by the assembly.

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 OAAssemblyReference
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 CultureInfo object associated with the assembly.

Implements

Reference.Culture

Permissions

See Also

Reference

OAAssemblyReference Class

OAAssemblyReference Members

Microsoft.VisualStudio.Package.Automation Namespace