TypeInformationCollection.GetByName método
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Function GetByName ( _
name As String _
) As TypeInformation
'Uso
Dim instance As TypeInformationCollection
Dim name As String
Dim returnValue As TypeInformation
returnValue = instance.GetByName(name)
public TypeInformation GetByName(
string name
)
Parâmetros
- name
Tipo: System.String
Valor retornado
Tipo: Microsoft.SharePoint.Client.TypeInformation
Ver também
Referência
TypeInformationCollection classe