ClientCallableMethodAttribute 类
公开为客户端调用的方法。
继承层次结构
System.Object
System.Attribute
Microsoft.SharePoint.Client.ClientCallableAttribute
Microsoft.SharePoint.Client.ClientCallableMemberAttribute
Microsoft.SharePoint.Client.ClientCallableMethodAttribute
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.ServerRuntime(位于 Microsoft.SharePoint.Client.ServerRuntime.dll 中)
语法
声明
<AttributeUsageAttribute(AttributeTargets.Constructor Or AttributeTargets.Method, AllowMultiple := False)> _
Public Class ClientCallableMethodAttribute _
Inherits ClientCallableMemberAttribute
用法
Dim instance As ClientCallableMethodAttribute
[AttributeUsageAttribute(AttributeTargets.Constructor|AttributeTargets.Method, AllowMultiple = false)]
public class ClientCallableMethodAttribute : ClientCallableMemberAttribute
备注
如果该方法不需要进行自定义,使用ClientCallableAttribute()构造函数。否则,使用ClientCallableMethodAttribute()构造函数。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。