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
Remarks
Projects do not support specific languages or cultures.
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.