ContentIsland.IsConnected Propriété
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.
Obtient si ce
public:
property bool IsConnected { bool get(); };
bool IsConnected();
public bool IsConnected { get; }
var boolean = contentIsland.isConnected;
Public ReadOnly Property IsConnected As Boolean
Valeur de propriété
Boolean
bool
True, si cette
Remarques
Un ContentIsland doit être connecté à un ContentSite à :
- Convertissez les coordonnées en appelant l’une des méthodes ContentCoordinateConverter.
- Récupérez le fournisseur d’hôte Automation en appelant GetAutomationHostProvider.