View.StyleId - Propriété
Gets a value that specifies the identifier of the view style for the list view.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property StyleId As String
Get
'Utilisation
Dim instance As View
Dim value As String
value = instance.StyleId
public string StyleId { get; }
Valeur de propriété
Type : System.String
Returns a String instance representing the identifier of the view style for the list view.
Remarques
It must be une référence Null (Rien dans Visual Basic) or conform to ViewStyleReference.
The ListTemplateDefinitions type is the container for a set of list templates for the site.
Schema
<xs:complexType name="ListTemplateDefinitions" mixed="true">
<xs:sequence>
<xs:element name="ListTemplate" type="ListTemplateDefinition" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>