VCConfiguration.InheritedPropertySheets 属性

定义

设置或获取配置的属性表。

public:
 property System::String ^ InheritedPropertySheets { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ InheritedPropertySheets { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(734)]
public string InheritedPropertySheets { [System.Runtime.InteropServices.DispId(734)] get; [System.Runtime.InteropServices.DispId(734)] set; }
[<System.Runtime.InteropServices.DispId(734)>]
[<get: System.Runtime.InteropServices.DispId(734)>]
[<set: System.Runtime.InteropServices.DispId(734)>]
member this.InheritedPropertySheets : string with get, set
Public Property InheritedPropertySheets As String

属性值

String

分号分隔的字符串,其中包含继承的属性表名称。

属性

注解

最好在 "属性管理" 窗口中设置此属性。

适用于