GraphSetter::TypedValue Property

 

A cached copy of the typed value converted from the string Value.

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property Object^ TypedValue {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

Returns Object.

Return to top
Show: