SrgsDocument.AssemblyReferences 屬性

定義

取得 SrgsDocument 執行個體的組件參考資訊。

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ AssemblyReferences { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> AssemblyReferences { get; }
member this.AssemblyReferences : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property AssemblyReferences As Collection(Of String)

屬性值

Collection<String>

AssemblyReferences 屬性會傳回包含組件參考清單的字串集合。

適用於