IVsProjectSpecificEditorMap2.SetSpecificEditorProperty 方法

设置属性与项目特定版本和 打开。 对话框相关。

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

语法

声明
Function SetSpecificEditorProperty ( _
    pszMkDocument As String, _
    propid As Integer, _
    var As Object _
) As Integer
int SetSpecificEditorProperty(
    string pszMkDocument,
    int propid,
    Object var
)

参数

  • pszMkDocument
    类型:System.String
    [in] 提供属性为 打开。 对话框的项目特定版本的信息。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsProjectS`pecificEditorMap2::SetSpecificEditorProperty(
   [in] LPCOLESTR pszMkDocument,
   [in] VSPSEPROPID propid,
   [in] VARIANT var
);

.NET Framework 安全性

请参见

参考

IVsProjectSpecificEditorMap2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间