共用方式為


DocData.GetGuidEditorType 方法

取得建立 IVsPersistDocData 物件之編輯器 Factory 的 GUID。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
Public Function GetGuidEditorType ( _
    <OutAttribute> ByRef editor As Guid _
) As Integer
public int GetGuidEditorType(
    out Guid editor
)

參數

傳回值

類型:System.Int32
如果此方法成功則為 S_OK,否則它會傳回錯誤碼。

實作

IVsPersistDocData2.GetGuidEditorType(Guid%)
IVsPersistDocData.GetGuidEditorType(Guid%)

備註

編輯器 Factory GUID 實作 GetGuidEditorType

.NET Framework 安全性

請參閱

參考

DocData 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間