VCPropertySheet.PropertySheetDirectory 属性

获取属性表的目录名称。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
ReadOnly Property PropertySheetDirectory As String
string PropertySheetDirectory { get; }
property String^ PropertySheetDirectory {
    String^ get ();
}
abstract PropertySheetDirectory : string with get
function get PropertySheetDirectory () : String

属性值

类型:System.String
包含属性表的目录的字符串。

.NET Framework 安全性

请参见

参考

VCPropertySheet 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间