共用方式為


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
)

參數

傳回值

型別:System.Int32
If VSFTPROPID_DocName is selected, S_OK.否則為 E_NOTIMPL

實作

IVsFindTarget.GetProperty(UInt32, Object%)

備註

僅支援 VSFTPROPID_DocName

這個方法屬於IVsFindTarget介面。 您可以使用所有選項,這個介面除了尋找/取代

.NET Framework 安全性

請參閱

參考

DiagramDocView 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間