PreviewWindowInfo.HelpContext (Propiedad)

Obtiene o establece el contexto de Ayuda para esta operación de refactorización.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Property HelpContext As String
    Get
    Set
public string HelpContext { get; set; }
public:
property String^ HelpContext {
    String^ get ();
    void set (String^ value);
}
member HelpContext : string with get, set
function get HelpContext () : String
function set HelpContext (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

PreviewWindowInfo Clase

Microsoft.VisualStudio.Data.Schema.Package.Refactoring (Espacio de nombres)