Propriedade VCPropertySheet.InheritedPropertySheets
Obtém ou define as folhas de propriedades herdadas por este objeto.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.String
Seqüência de caracteres que contém folhas de propriedades herdadas.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.