入れ子になったプロジェクトで定義されている、プロジェクト項目のコレクションを返します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overrides ReadOnly Property ProjectItems As ProjectItems
'使用
Dim instance As OANestedProjectItem
Dim value As ProjectItems
value = instance.ProjectItems
public override ProjectItems ProjectItems { get; }
public:
virtual property ProjectItems^ ProjectItems {
ProjectItems^ get () override;
}
public override function get ProjectItems () : ProjectItems