VisualBasicImportReference.Assembly 属性

定义

获取或设置此 VisualBasicImportReference 所引用的程序集的全名。

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

属性值

VisualBasicImportReference 所引用的程序集的全名。

适用于