GraphSetterCollection.Get(String) Method

Definition

Get the property setter

public:
 Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^ Get(System::String ^ propertyName);
public Microsoft.VisualStudio.GraphModel.Styles.GraphSetter Get (string propertyName);
member this.Get : string -> Microsoft.VisualStudio.GraphModel.Styles.GraphSetter
Public Function Get (propertyName As String) As GraphSetter

Parameters

propertyName
String

The name of the property for which to retrieve the Setter object

Returns

The Setter for the property if it is in the list, null otherwise

Applies to