GraphSetterCollection.Remove Method (String)
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Remove ( _
propertyName As String _
) As GraphSetter
public GraphSetter Remove(
string propertyName
)
public:
GraphSetter^ Remove(
String^ propertyName
)
member Remove :
propertyName:string -> GraphSetter
public function Remove(
propertyName : String
) : GraphSetter
Parameters
- propertyName
Type: System.String
Return Value
Type: Microsoft.VisualStudio.GraphModel.Styles.GraphSetter
.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.