OAReferenceBase<RefType>.Culture Property

Gets the culture or language supported by the reference.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property Culture As String
'使用
Dim instance As OAReferenceBase
Dim value As String

value = instance.Culture
public virtual string Culture { get; }
public:
virtual property String^ Culture {
    String^ get ();
}
public function get Culture () : String

Property Value

Type: System.String

The name of the culture.

Implements

Reference.Culture

Remarks

By default this method throws an exception because it is not implemented. This class can represent projects as well as assemblies or COM components.

Permissions

See Also

Reference

OAReferenceBase<RefType> Class

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace