Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: StringThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.