DiagramDocView.GetProperty 方法
取得指派給模型中的項目屬性。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
語法
'宣告
Public Function GetProperty ( _
propid As UInteger, _
<OutAttribute> ByRef pvar As Object _
) As Integer
public int GetProperty(
uint propid,
out Object pvar
)
參數
- propid
型別:System.UInt32
指派給屬性的識別碼。
- pvar
型別:System.Object%
包含屬性值的變數。
傳回值
型別:System.Int32
If VSFTPROPID_DocName is selected, S_OK.否則為 E_NOTIMPL。
實作
IVsFindTarget.GetProperty(UInt32, Object%)
備註
僅支援 VSFTPROPID_DocName。
這個方法屬於IVsFindTarget介面。 您可以使用所有選項,這個介面除了到 和 尋找/取代。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。