IParseDisplayName Interface

Translates a user-readable display name into a moniker object. For more information, see IParseDisplayName.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000011A-0000-0000-C000-000000000046")> _
Public Interface IParseDisplayName
[InterfaceTypeAttribute()]
[GuidAttribute("0000011A-0000-0000-C000-000000000046")]
public interface IParseDisplayName
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000011A-0000-0000-C000-000000000046")]
public interface class IParseDisplayName
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000011A-0000-0000-C000-000000000046")>]
type IParseDisplayName =  interface end
public interface IParseDisplayName

The IParseDisplayName type exposes the following members.

Methods

  Name Description
Public method ParseDisplayName

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace