IFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the definition of a feature within the SharePoint project system.
public interface class IFeature : Microsoft::VisualStudio::SharePoint::Features::IFeatureManifest
public interface IFeature : Microsoft.VisualStudio.SharePoint.Features.IFeatureManifest
type IFeature = interface
interface IFeatureManifest
interface IObservableModelElement
Public Interface IFeature
Implements IFeatureManifest
- Implements
Properties
ActivateOnDefault |
Gets or sets whether the feature is activated during installation. (Inherited from IFeatureManifest) |
ActivationDependencies |
Gets a list of features on which activation of the current feature depends. (Inherited from IFeatureManifest) |
AlwaysForceInstall |
Gets or sets whether the feature should be installed by force, even if the feature is already installed. (Inherited from IFeatureManifest) |
AutoActivateInCentralAdmin |
Gets or sets whether the feature is activated by default for administrators. (Inherited from IFeatureManifest) |
Creator |
Gets or sets the name of the developer who created the feature. (Inherited from IFeatureManifest) |
DefaultResourceFile |
Gets or sets the central resource file for retrieving feature resources. (Inherited from IFeatureManifest) |
DeploymentPath |
Gets or sets the path in the package where the feature is deployed. |
Description |
Gets or sets a description of what the feature does. (Inherited from IFeatureManifest) |
Elements |
Gets a list of feature element definition and support files. (Inherited from IFeatureManifest) |
FeatureId |
Gets or sets the SharePoint ID of the feature. (Inherited from IFeatureManifest) |
ImageAltText |
Gets or sets text for an image associated with the feature. (Inherited from IFeatureManifest) |
ImageUrl |
Gets or sets the relative URL of the image associated with the feature. (Inherited from IFeatureManifest) |
IsDesignerEnabled |
Gets whether the designer for the feature is enabled. |
IsHidden |
Gets or sets whether the feature is visible in the list of available features to activate. (Inherited from IFeatureManifest) |
ProjectItems |
Gets the list of project items deployed with the feature. |
Properties |
Gets a list of default values for feature properties. (Inherited from IFeatureManifest) |
ReceiverAssembly |
Gets or sets the fully-qualified name of the assembly that contains the event receiver for the feature. (Inherited from IFeatureManifest) |
ReceiverClass |
Gets or sets the class name of the event receiver for the feature. (Inherited from IFeatureManifest) |
RequireResources |
Gets or sets whether SharePoint checks for resources for a particular language and culture. (Inherited from IFeatureManifest) |
Scope |
Gets or sets the context in which a feature is activated. (Inherited from IFeatureManifest) |
SolutionId |
Gets or sets the ID of the SharePoint server where the feature will be installed. This property is used for infrastructural purposes only and should not be used. (Inherited from IFeatureManifest) |
Title |
Gets or sets the title of the feature, up to 255 characters. (Inherited from IFeatureManifest) |
UIVersion |
Gets or sets a string that indicates the compatible version of the site. (Inherited from IFeatureManifest) |
UpgradeActions |
Gets a list of actions to execute when upgrading the current feature. (Inherited from IFeatureManifest) |
UpgradeActionsReceiverAssembly |
Gets or sets the fully-qualified name of the assembly that contains the feature event receiver handling custom upgrade actions. (Inherited from IFeatureManifest) |
UpgradeActionsReceiverClass |
Gets or sets the class name of the feature event receiver handling custom upgrade actions. (Inherited from IFeatureManifest) |
Version |
Gets or sets a |
Events
PropertyChanged |
Occurs when a DSL model element has changed. (Inherited from IObservableModelElement) |
PropertyChanging |
Occurs when a DSL model element is being changed. (Inherited from IObservableModelElement) |