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
)
參數
- editor
類型:System.Guid%
建立 IVsPersistDocData 物件的編輯器 Factory 的 GUID。
傳回值
類型:System.Int32
如果此方法成功則為 S_OK,否則它會傳回錯誤碼。
實作
IVsPersistDocData2.GetGuidEditorType(Guid%)
IVsPersistDocData.GetGuidEditorType(Guid%)
備註
編輯器 Factory GUID 實作 GetGuidEditorType。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。