VCConfiguration.InheritedPropertySheets - свойство
Sets or gets the property sheets for a config.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property InheritedPropertySheets As String
'Применение
Dim instance As VCConfiguration
Dim value As String
value = instance.InheritedPropertySheets
instance.InheritedPropertySheets = value
string InheritedPropertySheets { get; set; }
property String^ InheritedPropertySheets {
String^ get ();
void set (String^ value);
}
function get InheritedPropertySheets () : String
function set InheritedPropertySheets (value : String)
Значение свойства
Тип: System.String
Semi-colon delimited string containing the inherited property sheet names.
Заметки
It is preferable to set this property in the property management window.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.