BrowserPane.GetBrowserNodeFromObject Method
Parent Object: BrowserPaneDescription
Returns the browser node that corresponds to the input object. The method returns an error if no corresponding node is found within this pane. If multiple matches are found, the method returns the first match.
Syntax
BrowserPane.GetBrowserNodeFromObject( NativeObject As Object ) As BrowserNodeParameters
Name | Type | Description |
NativeObject | Object |
Samples
Name | Description |
Add assembly occurrences to a new folder | Demonstrates assembly occurrences to a new folder |
Demote occurence | This sample demonstrates how to demote a top level occurrence in an assembly into a new sub-assembly occurrence. |
Promote occurence | This sample demonstrates how to promote an occurrence. |