IGraphNodeBrowsablePropertiesProvider.GetBrowsableProperties Method
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.
Gets browsable properties for given GraphNode
public:
System::ComponentModel::PropertyDescriptorCollection ^ GetBrowsableProperties(Microsoft::VisualStudio::GraphModel::GraphNode ^ node);
public System.ComponentModel.PropertyDescriptorCollection GetBrowsableProperties (Microsoft.VisualStudio.GraphModel.GraphNode node);
abstract member GetBrowsableProperties : Microsoft.VisualStudio.GraphModel.GraphNode -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetBrowsableProperties (node As GraphNode) As PropertyDescriptorCollection
Parameters
- node
- GraphNode
Returns
Returns a collection of browsable properties. If no properties can return null.