Sdílet prostřednictvím


VCPropertySheet.InheritedPropertySheets – vlastnost

Získá nebo nastaví vlastností, které jsou zděděny z tohoto objektu.

Obor názvů:  Microsoft.VisualStudio.VCProjectEngine
Sestavení:  Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: String
Řetězec obsahující děděných vlastností.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCPropertySheet Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů