IVsRunningDocumentTable4::IsMonikerValid Method (String^)

 

Determines whether the given moniker exists in the RDT

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

bool IsMonikerValid(
	String^ moniker
)

Parameters

moniker
Type: System::String^

The moniker.

Return Value

Type: System::Boolean

True if the moniker is valid, otherwise false.

Return to top
Show: