Vbc.VBRuntimePath 属性

定义

到要使用的 Visual Basic 运行时的路径。The path to the Visual Basic runtime to use.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ VBRuntimePath { System::String ^ get(); void set(System::String ^ value); };
public string VBRuntimePath { get; set; }
member this.VBRuntimePath : string with get, set
Public Property VBRuntimePath As String

属性值

String

返回 StringReturns String.

适用于