OAProjectReference.Culture Property
Gets the language or culture supported by the reference.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Culture As String
Get
'Usage
Dim instance As OAProjectReference
Dim value As String
value = instance.Culture
public override string Culture { get; }
public:
virtual property String^ Culture {
String^ get () override;
}
override function get Culture () : String
abstract Culture : string
override Culture : string
Property Value
Type: System.String
Implements
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace