IVsRunningDocumentTable4.IsMonikerValid(String) 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.
Determines whether the given moniker exists in the RDT
public:
bool IsMonikerValid(System::String ^ moniker);
public:
bool IsMonikerValid(Platform::String ^ moniker);
bool IsMonikerValid(std::wstring const & moniker);
public bool IsMonikerValid (string moniker);
abstract member IsMonikerValid : string -> bool
Public Function IsMonikerValid (moniker As String) As Boolean
Parameters
- moniker
- String
The moniker.
Returns
True if the moniker is valid, otherwise false.