共用方式為


GraphObject.ClearValue 方法 (GraphProperty)

移除指定的屬性值。

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

語法

'宣告
Public Function ClearValue ( _
    graphProperty As GraphProperty _
) As Object
public Object ClearValue(
    GraphProperty graphProperty
)
public:
Object^ ClearValue(
    GraphProperty^ graphProperty
)
member ClearValue : 
        graphProperty:GraphProperty -> Object
public function ClearValue(
    graphProperty : GraphProperty
) : Object

參數

傳回值

類型:Object
要移除的註釋值則為 null。

.NET Framework 安全性

請參閱

參考

GraphObject 類別

ClearValue 多載

Microsoft.VisualStudio.GraphModel 命名空間