Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
HierarchyListener ( IVsHierarchy hierarchy ) : System |
Initializes a new instance of the HierarchyListener class.
|
|
InternalScanHierarchy ( uint itemId ) : void |
Do a recursive walk on the hierarchy to find all the nemerle files in it. It will generate an event for every file found.
|
|
OnInvalidateIcon ( |
||
OnInvalidateItems ( uint itemidParent ) : int | ||
OnItemAdded ( uint itemidParent, uint itemidSiblingPrev, uint itemidAdded ) : int | ||
OnItemDeleted ( uint itemid ) : int | ||
OnItemsAppended ( uint itemidParent ) : int | ||
OnPropertyChanged ( uint itemid, int propid, uint flags ) : int | ||
StartListening ( bool doInitialScan ) : void |
Starts the listening.
|
|
StopListening ( ) : void |
Stops the listening.
|
Method | Description | |
---|---|---|
GetItemId ( object variantValue ) : uint |
Gets the item id.
|
|
InternalStopListening ( bool throwOnError ) : bool | ||
IsFile ( uint itemId, string &canonicalName ) : bool | ||
TryFierOnAddReference ( uint currentItem ) : bool |
public HierarchyListener ( IVsHierarchy hierarchy ) : System | ||
hierarchy | IVsHierarchy | The hierarchy. |
return | System |
public InternalScanHierarchy ( uint itemId ) : void | ||
itemId | uint | |
return | void |
public OnInvalidateIcon ( |
||
hicon | ||
return | int |
public OnInvalidateItems ( uint itemidParent ) : int | ||
itemidParent | uint | |
return | int |
public OnItemAdded ( uint itemidParent, uint itemidSiblingPrev, uint itemidAdded ) : int | ||
itemidParent | uint | |
itemidSiblingPrev | uint | |
itemidAdded | uint | |
return | int |
public OnItemsAppended ( uint itemidParent ) : int | ||
itemidParent | uint | |
return | int |
public OnPropertyChanged ( uint itemid, int propid, uint flags ) : int | ||
itemid | uint | |
propid | int | |
flags | uint | |
return | int |
public StartListening ( bool doInitialScan ) : void | ||
doInitialScan | bool | if set to |
return | void |