VCPropertySheet.InheritedPropertySheets (Propiedad)

Obtiene o establece las hojas de propiedades que hereda este objeto.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String
Cadena que contiene las hojas de propiedades heredadas.

Seguridad de .NET Framework

Vea también

Referencia

VCPropertySheet Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)