Condividi tramite


AddInController.Token Proprietà

Definizione

Ottiene il token che rappresenta il componente aggiuntivo.

public:
 property System::AddIn::Hosting::AddInToken ^ Token { System::AddIn::Hosting::AddInToken ^ get(); };
public System.AddIn.Hosting.AddInToken Token { get; }
member this.Token : System.AddIn.Hosting.AddInToken
Public ReadOnly Property Token As AddInToken

Valore della proprietà

Oggetto che rappresenta il componente aggiuntivo.

Commenti

In genere, si usa questa proprietà per ottenere un token per attivare un componente aggiuntivo in un secondo momento.

Si applica a