ImagingUtilities.TryParseImageMoniker(String, ImageMoniker) 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.
Tries to convert s
into an ImageMoniker
public:
static bool TryParseImageMoniker(System::String ^ s, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Imaging::Interop::ImageMoniker % moniker);
public static bool TryParseImageMoniker (string s, out Microsoft.VisualStudio.Imaging.Interop.ImageMoniker moniker);
static member TryParseImageMoniker : string * ImageMoniker -> bool
Public Shared Function TryParseImageMoniker (s As String, ByRef moniker As ImageMoniker) As Boolean
Parameters
- s
- String
The string to attempt to parse
- moniker
- ImageMoniker
The ImageMoniker parsed from s
Returns
True if parsing was sccessful, otherwise false