GraphSetterCollection.Get Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get the property setter

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

Syntax

'Declaration
Public Function Get ( _
    propertyName As String _
) As GraphSetter
public GraphSetter Get(
    string propertyName
)
public:
GraphSetter^ Get(
    String^ propertyName
)
member Get : 
        propertyName:string -> GraphSetter
public function Get(
    propertyName : String
) : GraphSetter

Parameters

  • propertyName
    Type: System.String

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

Return Value

Type: Microsoft.VisualStudio.GraphModel.Styles.GraphSetter
The Setter for the property if it is in the list, null otherwise

.NET Framework Security

See Also

Reference

GraphSetterCollection Class

Microsoft.VisualStudio.GraphModel.Styles Namespace