Compartilhar via


ScriptTypeAttribute classe

Define um atributo personalizado para recuperar o tipo de script. Esta classe e seus membros estăo reservados para uso interno e năo devem ser usados em seu código.

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.Client.ScriptTypeAttribute

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class ScriptTypeAttribute _
    Inherits Attribute
'Uso
Dim instance As ScriptTypeAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public class ScriptTypeAttribute : Attribute

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.

Ver também

Referência

ScriptTypeAttribute membros

Microsoft.SharePoint.Client namespace