ShareProvider Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un objet ShareProvider.
public:
ShareProvider(Platform::String ^ title, RandomAccessStreamReference ^ displayIcon, Color backgroundColor, ShareProviderHandler ^ handler);
ShareProvider(winrt::hstring const& title, RandomAccessStreamReference const& displayIcon, Color const& backgroundColor, ShareProviderHandler const& handler);
public ShareProvider(string title, RandomAccessStreamReference displayIcon, Color backgroundColor, ShareProviderHandler handler);
function ShareProvider(title, displayIcon, backgroundColor, handler)
Public Sub New (title As String, displayIcon As RandomAccessStreamReference, backgroundColor As Color, handler As ShareProviderHandler)
Paramètres
- title
-
String
Platform::String
winrt::hstring
Titre du fournisseur de partage.
- displayIcon
- RandomAccessStreamReference
Icône d’affichage du fournisseur de partage.
- backgroundColor
- Color
Couleur d’arrière-plan du fournisseur de partage.
- handler
- ShareProviderHandler
Gestionnaire du fournisseur de partage.