この参照が存在する参照コレクションを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overridable ReadOnly Property Collection As References
'使用
Dim instance As OAReferenceBase
Dim value As References
value = instance.Collection
public virtual References Collection { get; }
public:
virtual property References^ Collection {
References^ get ();
}
public function get Collection () : References