Sdílet prostřednictvím


IElement.Type Property

Definition

Gets whether the element represents a feature element definition or a support file.

public:
 property Microsoft::VisualStudio::SharePoint::Features::FeatureElementType Type { Microsoft::VisualStudio::SharePoint::Features::FeatureElementType get(); };
public Microsoft.VisualStudio.SharePoint.Features.FeatureElementType Type { get; }
member this.Type : Microsoft.VisualStudio.SharePoint.Features.FeatureElementType
Public ReadOnly Property Type As FeatureElementType

Property Value

True if the element is a feature element; false otherwise.

Applies to