次の方法で共有


OAFolderItem.Collection プロパティ

このフォルダに関連付けられたプロジェクト項目を取得します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Overrides ReadOnly Property Collection As ProjectItems
'使用
Dim instance As OAFolderItem
Dim value As ProjectItems

value = instance.Collection
public override ProjectItems Collection { get; }
public:
virtual property ProjectItems^ Collection {
    ProjectItems^ get () override;
}
public override function get Collection () : ProjectItems

プロパティ値

型 : EnvDTE.ProjectItems

実装

ProjectItem.Collection

参照

参照

OAFolderItem クラス

OAFolderItem メンバ

Microsoft.VisualStudio.Data.Schema.Project.Automation 名前空間