共用方式為


GraphObject.WrapGraphObject 方法

修改目前的圖形物件共用相同的圖形物件的屬性和分類。

包裝函式和 wrappee 圖形物件一定會有完全相同的一組屬性和分類。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Protected Friend Sub WrapGraphObject ( _
    other As GraphObject _
)
protected internal void WrapGraphObject(
    GraphObject other
)
protected public:
void WrapGraphObject(
    GraphObject^ other
)
member WrapGraphObject : 
        other:GraphObject -> unit 
 function WrapGraphObject(
    other : GraphObject
)

參數

.NET Framework 安全性

請參閱

參考

GraphObject 類別

Microsoft.VisualStudio.GraphModel 命名空間