Прочитај на енглеском Уреди

Делите путем


IFolderProjectItem Interface

Definition

Provides an interface for a project folder in a design host, such as Visual Studio 2005.

C#
public interface IFolderProjectItem

Properties

Children

Gets a collection of items in a project folder in a design host, such as Visual Studio 2005.

Methods

AddDocument(String, Byte[])

Adds a document to a project folder in a design host, such as Visual Studio 2005.

AddFolder(String)

Creates a new folder in a project folder of a design host, such as Visual Studio 2005.

Applies to

Производ Верзије
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also