Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the programming language of the project.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Language As String
'Usage
Dim instance As HostAdapter
Dim value As String
value = instance.Language
public string Language { get; }
public:
property String^ Language {
String^ get ();
}
public function get Language () : String
Property Value
Type: System.String
The programming language of the project.
Remarks
For example, the language of the project can be "VisualBasic" or "CSharp".
.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.Tools.Applications.DesignTime Namespace