SPMobileGuidField class
Processa, em uma página móvel, um campo que contém um GUID.
Inheritance hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
Microsoft.SharePoint.Mobile.WebControls.SPMobileFieldMetaData
Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseFieldControl
Microsoft.SharePoint.Mobile.WebControls.SPMobileGuidField
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPMobileGuidField _
Inherits SPMobileBaseFieldControl
'Uso
Dim instance As SPMobileGuidField
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPMobileGuidField : SPMobileBaseFieldControl
Comentários
Esse controle processa o valor de um objeto SPFieldGuid . Normalmente é o valor da propriedade FieldRenderingMobileControl .
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.