Compartilhar via


Propriedade StandardTileData.Count

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (em Microsoft.Phone.dll)

Sintaxe

'Declaração
Public Property Count As Nullable(Of Integer)
public Nullable<int> Count { get; set; }
public:
property Nullable<int> Count {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
member Count : Nullable<int> with get, set

Valor de propriedade

Tipo: System.Nullable<Int32>

Informações sobre versão

.NET para aplicativos do Windows Phone

Com suporte em: Windows Phone 8, Silverlight 8.1

Segurança do .NET Framework

Consulte também

Referência

StandardTileData Classe

Namespace Microsoft.Phone.Shell