HitTestResult.SubObject 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 ou définit le sous-objet retourné, le cas échéant, par un test de positionnement.
public:
property System::Object ^ SubObject { System::Object ^ get(); void set(System::Object ^ value); };
public object SubObject { get; set; }
member this.SubObject : obj with get, set
Public Property SubObject As Object
Valeur de propriété
Sous-objet de type Object ; sinon, null
.
Remarques
Un exemple de sous-objet est un Axis objet affiché à l’intérieur d’un ChartArea objet.