IParseDisplayName Interface
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.
Translates a user-readable display name into a moniker object. For more information, see IParseDisplayName.
public interface class IParseDisplayName
public interface class IParseDisplayName
__interface IParseDisplayName
[System.Runtime.InteropServices.Guid("0000011A-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IParseDisplayName
[System.Runtime.InteropServices.Guid("0000011A-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IParseDisplayName
[<System.Runtime.InteropServices.Guid("0000011A-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IParseDisplayName = interface
[<System.Runtime.InteropServices.Guid("0000011A-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IParseDisplayName = interface
Public Interface IParseDisplayName
- Derived
- Attributes
Methods
ParseDisplayName(IBindCtx, String, UInt32, IMoniker) |