_Exception.HelpLink 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.
Fournit des objets COM avec un accès indépendant de la version à la propriété HelpLink.
public:
property System::String ^ HelpLink { System::String ^ get(); void set(System::String ^ value); };
public string HelpLink { get; set; }
member this.HelpLink : string with get, set
Public Property HelpLink As String
Valeur de propriété
URN (Uniform Resource Name) ou URL (Uniform Resource Locator) d'un fichier d'aide.
Remarques
Cette méthode permet d’accéder aux classes managées à partir de code non managé et ne doit pas être appelée à partir de code managé.
La Exception.HelpLink propriété obtient ou définit un lien vers le fichier d’aide associé à cette exception.