DocData.GetData 方法
取得緩衝區中的文件資料。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
語法
'宣告
Public Function GetData ( _
ByRef riidKey As Guid, _
<OutAttribute> ByRef pvtData As Object _
) As Integer
public int GetData(
ref Guid riidKey,
out Object pvtData
)
參數
- riidKey
型別:System.Guid%
ID 是指派給文件資料。
- pvtData
型別:System.Object%
包含文件資料變數。
傳回值
型別:System.Int32
S_OK如果文件中,擷取緩衝區。 否則, E_FAIL。
實作
IVsUserData.GetData(Guid%, Object%)
備註
這個方法實作 IVsUserData 介面。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。