ITextEditorFactoryService.AllPredefinedRoles 属性

由所有预定义文本视图角色组成的集合。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
ReadOnly Property AllPredefinedRoles As ITextViewRoleSet
ITextViewRoleSet AllPredefinedRoles { get; }
property ITextViewRoleSet^ AllPredefinedRoles {
    ITextViewRoleSet^ get ();
}
abstract AllPredefinedRoles : ITextViewRoleSet with get
function get AllPredefinedRoles () : ITextViewRoleSet

属性值

类型:Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet
所有预定义文本视图角色。

.NET Framework 安全性

请参阅

参考

ITextEditorFactoryService 接口

Microsoft.VisualStudio.Text.Editor 命名空间