IVsWindowFrame.GetGuidProperty 方法

返回基于所提供的 GUID 的窗架属性。

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

语法

声明
Function GetGuidProperty ( _
    propid As Integer, _
    <OutAttribute> ByRef pguid As Guid _
) As Integer
int GetGuidProperty(
    int propid,
    out Guid pguid
)

参数

  • pguid
    类型:System.Guid%
    [out] 对属性的唯一标识符的指针。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsWindowFrame::GetGuidProperty(
   [in] VSFPROPID propid,
   [out] GUID *pguid
);

下表列出了 GUID 属性的属性 ID。 有关 __VSFPROPID 的完整列表所有属性类型。

属性名

支柱 ID

注释

VSFPROPID_CmdUIGuid

-4007

对于所有文档窗口框架

VSFPROPID_InheritKeyBindings

-4011

对于所有文档窗口框架

VSFPROPID_GuidPersistenceSlot

-5000

对于所有工具窗架

VSFPROPID_GuidAutoActivate

-5001

对于所有工具窗架

.NET Framework 安全性

请参见

参考

IVsWindowFrame 接口

Microsoft.VisualStudio.Shell.Interop 命名空间