IFileScannerMetadata.Language 属性

定义

获取描述此扫描器适用于的文件类型的简单名称。

public:
 property System::String ^ Language { System::String ^ get(); };
public:
 property Platform::String ^ Language { Platform::String ^ get(); };
public string Language { get; }
member this.Language : string
Public ReadOnly Property Language As String

属性值

String

短字符串,如 "c + +" 或 "c #"。

适用于