GraphNodeIdConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A type converter that can be used to convert to and from GraphNodeId. The editor converter derives from this one.
public ref class GraphNodeIdConverter : System::ComponentModel::ExpandableObjectConverter
public class GraphNodeIdConverter : System.ComponentModel.ExpandableObjectConverter
type GraphNodeIdConverter = class
inherit ExpandableObjectConverter
Public Class GraphNodeIdConverter
Inherits ExpandableObjectConverter
- Inheritance
-
GraphNodeIdConverter
Constructors
GraphNodeIdConverter() |
Methods
CanConvertFrom(ITypeDescriptorContext, Type) |
Determines if the GraphNodeId can be converted from the given type |
CanConvertTo(ITypeDescriptorContext, Type) |
Determines if the GraphNodeId can be converted to the given type |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Convert from a type to a GraphNodeId |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Convert this to another type. Currently supports strings, and any embedded data types. |