共用方式為


DiagramDocView.GetProperty 方法

取得指派給模型中之項目的屬性。

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

語法

'宣告
Public Function GetProperty ( _
    propid As UInteger, _
    <OutAttribute> ByRef pvar As Object _
) As Integer
public int GetProperty(
    uint propid,
    out Object pvar
)

參數

傳回值

類型:System.Int32
如果已選取 VSFTPROPID_DocName,則為 S_OK。否則為 E_NOTIMPL

實作

IVsFindTarget.GetProperty(UInt32, Object%)

備註

僅支援 VSFTPROPID_DocName

這個方法是 IVsFindTarget 介面的一部分。 您可以為這個介面使用任何選項 ( [尋找] 和 [尋找/取代]。

.NET Framework 安全性

請參閱

參考

DiagramDocView 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間