RunningDocumentInfo.CreateInstanceAsync 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.
Overloads
| CreateInstanceAsync(IVsRunningDocumentTable, String, CancellationToken) | |
| CreateInstanceAsync(IVsRunningDocumentTable, UInt32, CancellationToken) | 
CreateInstanceAsync(IVsRunningDocumentTable, String, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.RunningDocumentInfo> CreateInstanceAsync(Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable rdt, string moniker, System.Threading.CancellationToken token);
	static member CreateInstanceAsync : Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.RunningDocumentInfo>
	Public Shared Function CreateInstanceAsync (rdt As IVsRunningDocumentTable, moniker As String, token As CancellationToken) As Task(Of RunningDocumentInfo)
	Parameters
- moniker
 - String
 
- token
 - CancellationToken
 
Returns
Applies to
CreateInstanceAsync(IVsRunningDocumentTable, UInt32, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.RunningDocumentInfo> CreateInstanceAsync(Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable rdt, uint docCookie, System.Threading.CancellationToken token);
	static member CreateInstanceAsync : Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable * uint32 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.RunningDocumentInfo>
	Public Shared Function CreateInstanceAsync (rdt As IVsRunningDocumentTable, docCookie As UInteger, token As CancellationToken) As Task(Of RunningDocumentInfo)
	Parameters
- docCookie
 - UInt32
 
- token
 - CancellationToken