ClientCallableMetadataTypeAttribute classe
Inheritance hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.Client.ClientCallableAttribute
Microsoft.SharePoint.Client.ClientCallableTypeAttribute
Microsoft.SharePoint.Client.ClientCallableMetadataTypeAttribute
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Enum Or AttributeTargets.Interface, AllowMultiple := False)> _
Public Class ClientCallableMetadataTypeAttribute _
Inherits ClientCallableTypeAttribute
'Uso
Dim instance As ClientCallableMetadataTypeAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface, AllowMultiple = false)]
public class ClientCallableMetadataTypeAttribute : ClientCallableTypeAttribute
Segurança de thread
Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.