ProvideXmlEditorChooserDesignerViewAttribute 建構函式
ProvideXmlEditorChooserDesignerViewAttribute 的建構函式。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Public Sub New ( _
name As String, _
extension As String, _
defaultLogicalViewEditorFactory As Object, _
xmlChooserPriority As Integer _
)
public ProvideXmlEditorChooserDesignerViewAttribute(
string name,
string extension,
Object defaultLogicalViewEditorFactory,
int xmlChooserPriority
)
參數
- name
類型:System.String
XML 編輯器的登錄機碼名稱。例如 "RESX"、"Silverlight"、"Workflow" 等
- extension
類型:System.String
自訂 XML 型別 (即「xaml」, 「resx」, 「xsd」) 的副檔名。
- defaultLogicalViewEditorFactory
類型:System.Object
表示預設邏輯檢視之編輯器 Factory 的型別、GUID 或字串物件。
- xmlChooserPriority
類型:System.Int32
XML 選擇器中的擴充功能的優先權。這個值必須大於 XML 設計工具的 EditorFactory 副檔名的優先順序值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。