VCProject.References 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取所选项目的引用的集合。
public:
property System::Object ^ References { System::Object ^ get(); };
public:
property Platform::Object ^ References { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(848)]
public object References { [System.Runtime.InteropServices.DispId(848)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(848)>]
[<get: System.Runtime.InteropServices.DispId(848)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.References : obj
Public ReadOnly Property References As Object
属性值
所选项目的引用的集合。
- 属性