BaseUIHierarchy.BeginFindNode Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public Shared Function BeginFindNode ( _
hierarchy As IVsUIHierarchy, _
nodeNames As String(), _
callback As AsyncCallback, _
stateObject As Object _
) As IAsyncResult
public static IAsyncResult BeginFindNode(
IVsUIHierarchy hierarchy,
string[] nodeNames,
AsyncCallback callback,
Object stateObject
)
public:
static IAsyncResult^ BeginFindNode(
IVsUIHierarchy^ hierarchy,
array<String^>^ nodeNames,
AsyncCallback^ callback,
Object^ stateObject
)
static member BeginFindNode :
hierarchy:IVsUIHierarchy *
nodeNames:string[] *
callback:AsyncCallback *
stateObject:Object -> IAsyncResult
public static function BeginFindNode(
hierarchy : IVsUIHierarchy,
nodeNames : String[],
callback : AsyncCallback,
stateObject : Object
) : IAsyncResult
Parameters
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
- nodeNames
Type: array<System.String[]
- callback
Type: System.AsyncCallback
- stateObject
Type: System.Object
Return Value
Type: System.IAsyncResult
.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.