共用方式為


SPSolutionValidationProperties class

驗證解決方案驗證程式提供的方案套件屬性,並擷取驗證結果從解決方案驗證程式。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.UserCode.SPSolutionValidationProperties

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPSolutionValidationProperties
'用途
Dim instance As SPSolutionValidationProperties
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPSolutionValidationProperties

備註

此類別密封,無法繼承而來。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPSolutionValidationProperties members

Microsoft.SharePoint.UserCode namespace