IVsUIDataSource.GetShapeIdentifier 方法

返回此数据源的形状标识符。与同一形状标识符的两个数据源将具有相同的属性和谓词。

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

语法

声明
Function GetShapeIdentifier ( _
    <OutAttribute> ByRef pGuid As Guid, _
    <OutAttribute> ByRef pdw As UInteger _
) As Integer
int GetShapeIdentifier(
    out Guid pGuid,
    out uint pdw
)

参数

  • pGuid
    类型:System.Guid%
    [in] 形状的全局唯一标识符 (guid)。
  • pdw
    类型:System.UInt32%
    [out] 返回形状的 ID 的位置。

返回值

类型:System.Int32
,如果形状标识符,则返回 S_OK。

.NET Framework 安全性

请参见

参考

IVsUIDataSource 接口

Microsoft.VisualStudio.Shell.Interop 命名空间