SPProxyOperationArgs class
抽象類別代表參數傳遞至SPProxyOperation類別之Execute方法。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.UserCode.SPProxyOperationArgs
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPProxyOperationArgs
'用途
Dim instance As SPProxyOperationArgs
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPProxyOperationArgs
備註
若要確保這種類型可整理跨程序,適用於衍生自這個類別的所有類別的[System.Serializable]屬性。
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.