Compartir a través de


VCRuntimeIntegerProperty.HelpURL (Propiedad)

Establece u obtiene la dirección URL de ayuda para la propiedad.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Property HelpURL As String
string HelpURL { get; set; }
property String^ HelpURL {
    String^ get ();
    void set (String^ value);
}
abstract HelpURL : string with get, set
function get HelpURL () : String
function set HelpURL (value : String)

Valor de propiedad

Tipo: System.String
Cadena que contiene la dirección URL de la ayuda del objeto de VCRuntimeIntegerProperty .

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeIntegerProperty Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)