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