OAProjectReference.Culture Property

Gets the language or culture supported by the reference.

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 OAProjectReference
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

An empty string.

Implements

Reference.Culture

Remarks

Projects do not support specific languages or cultures.

Permissions

See Also

Reference

OAProjectReference Class

OAProjectReference Members

Microsoft.VisualStudio.Package.Automation Namespace