VCCodeBase.Language Property
For code model objects, returns the programming language used to author the code.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
'إقرار
ReadOnly Property Language As String
Get
'الاستخدام
Dim instance As VCCodeBase
Dim value As String
value = instance.Language
string Language { get; }
property String^ Language {
String^ get ();
}
abstract Language : string
function get Language () : String
Type: System.String
A CodeModelLanguageConstants constant.
- 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.
Microsoft.VisualStudio.VCCodeModel Namespace
How to: Compile and Run the Automation Object Model Code Examples