IVsXMLMemberData4 Interface

Definition

Extracts information out of XML documentation.

public interface class IVsXMLMemberData4 : Microsoft::VisualStudio::Shell::Interop::IVsXMLMemberData3
public interface class IVsXMLMemberData4 : Microsoft::VisualStudio::Shell::Interop::IVsXMLMemberData3
__interface IVsXMLMemberData4 : Microsoft::VisualStudio::Shell::Interop::IVsXMLMemberData3
[System.Runtime.InteropServices.Guid("60721047-D8B3-4FF2-B963-D4D1F3102F77")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsXMLMemberData4 : Microsoft.VisualStudio.Shell.Interop.IVsXMLMemberData3
[<System.Runtime.InteropServices.Guid("60721047-D8B3-4FF2-B963-D4D1F3102F77")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsXMLMemberData4 = interface
    interface IVsXMLMemberData3
Public Interface IVsXMLMemberData4
Implements IVsXMLMemberData3
Derived
Attributes
Implements

Methods

GetAssociatedCapabilities()

Gets the list of associated capabilities from the XML documentation (<capability> tags).

GetCompletionListText(String)

Gets the text of a completion list.

GetCompletionListTextAt(Int32, String)

Gets a value from a completion list.

GetExceptionCount(Int32)

Gets the number of exceptions.

GetExceptionTextAt(Int32, String, String)

Gets the exception text from the specified location.

GetFilterPriority(Int32)

Gets the priority of a filter.

GetParamCount(Int32)

Gets the number of parameters.

GetParamTextAt(Int32, String, String)

Gets the text describing a specific parameter.

GetPermissionSet(String)

Gets the permission set.

GetRemarksText(String)

Gets remarks for an item.

GetReturnsText(String)

Gets the description of return values for a method.

GetSummaryText(String)

Gets the summary text for an item.

GetTypeParamCount(Int32)

Gets the number of parameters for a type.

GetTypeParamTextAt(Int32, String, String)

Gets the type of a specific parameter.

SetOptions(UInt32)

Sets the specified options for XML member data elements.

Applies to