IFeatureManifest.AlwaysForceInstall 属性

获取或设置是否应强制安装功能(即使已安装该功能也是如此)。

命名空间:  Microsoft.VisualStudio.SharePoint.Features
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Property AlwaysForceInstall As Boolean
    Get
    Set
bool AlwaysForceInstall { get; set; }

属性值

类型:System.Boolean
如果应强制安装功能,则为 True;否则为 false。

.NET Framework 安全性

请参见

参考

IFeatureManifest 接口

Microsoft.VisualStudio.SharePoint.Features 命名空间