IFolderProjectItem.Children Eigenschaft

Definition

Ruft eine Auflistung von Elementen in einem Projektordner in einem Designhost ab, z. B. Visual Studio 2005.

public:
 property System::Collections::ICollection ^ Children { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Children { get; }
member this.Children : System.Collections.ICollection
Public ReadOnly Property Children As ICollection

Eigenschaftswert

Eine ICollection, die die Elemente im Projektordner des Entwurfshosts enthält.

Gilt für:

Weitere Informationen