VisualBasicImportReference.Import 属性

定义

获取或设置由此 VisualBasicImportReference引用的导入命名空间。

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

属性值

由此 VisualBasicImportReference引用的导入命名空间。

适用于