IProjectItem Interface

Definition

Provides an interface for an item that is retrieved at design time from a design host, such as Visual Studio 2005.

C#
public interface IProjectItem

Properties

AppRelativeUrl

Gets the URL for the item relative to the design host.

Name

Gets the name of the item.

Parent

Gets a reference to the containing item, if any.

PhysicalPath

Gets the path for a project item.

Applies to

Proizvod Verzije
.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