IVSMDDesignerLoader.GetEditorCaption 方法
获取模型的声明图面的编辑器。
命名空间: Microsoft.VisualStudio.Designer.Interfaces
程序集: Microsoft.VisualStudio.Designer.Interfaces(在 Microsoft.VisualStudio.Designer.Interfaces.dll 中)
语法
声明
Function GetEditorCaption ( _
status As Integer _
) As String
string GetEditorCaption(
int status
)
参数
- status
类型:System.Int32
READONLYSTATUS .
返回值
类型:System.String
标题。
备注
加载程序对所有内容负责与缓冲区相关,因此,它负责维护编辑说明。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。