Condividi tramite


ShareProvider Costruttore

Definizione

Crea un nuovo oggetto 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)

Parametri

title
String

Platform::String

winrt::hstring

Titolo del provider di condivisione.

displayIcon
RandomAccessStreamReference

Icona di visualizzazione del provider di condivisione.

backgroundColor
Color

Colore di sfondo del provider di condivisione.

handler
ShareProviderHandler

Gestore del provider di condivisione.

Si applica a