DocData.GetClassID 方法
取得建立文件之 Editor Factory 的 GUID。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Public Function GetClassID ( _
<OutAttribute> ByRef classId As Guid _
) As Integer
public int GetClassID(
out Guid classId
)
參數
- classId
類型:System.Guid%
建立文件之 Editor Factory 的 GUID。
傳回值
類型:System.Int32
如果此方法成功則為 S_OK,否則它會傳回錯誤碼。
實作
備註
編輯器 Factory GUID 實作 GetGuidEditorType。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。