ClientTypeAssemblyAttribute.ScriptTypeFactory propriedade
Obtém ou define um tipo que é usado para criar um objeto do seu tipo de script. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxe
'Declaração
Public Property ScriptTypeFactory As Type
Get
Set
'Uso
Dim instance As ClientTypeAssemblyAttribute
Dim value As Type
value = instance.ScriptTypeFactory
instance.ScriptTypeFactory = value
public Type ScriptTypeFactory { get; set; }
Valor de propriedade
Tipo: System.Type
Retorna Type.
Ver também
Referência
ClientTypeAssemblyAttribute classe