VCCodeReference.Language Property

Not currently implemented.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

声明
ReadOnly Property Language As String
用法
Dim instance As VCCodeReference
Dim value As String

value = instance.Language
string Language { get; }
property String^ Language {
    String^ get ();
}
function get Language () : String

Property Value

Type: System.String

Permissions

See Also

Reference

VCCodeReference Interface

VCCodeReference Members

Microsoft.VisualStudio.VCCodeModel Namespace