Methods Members

Include Protected Members
Include Inherited Members

Represents a collection of method signatures obtained from a parsing operation in a language service.

The Methods type exposes the following members.

Constructors

 

Name

Description

Protected method

Methods

When implemented in a derived class, initializes a new instance of the Methods class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetCount

When implemented in a derived class, gets the number of overloaded method signatures represented in this collection.

Public method

GetDescription

When implemented in a derived class, gets the description of the specified method signature.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetName

When implemented in a derived class, gets the name of the specified method signature.

Public method

GetParameterCount

When implemented in a derived class, gets the number of parameters on the specified method signature.

Public method

GetParameterInfo

When implemented in a derived class, gets information about the specified parameter on the specified method signature.

Public method

GetType

Overloaded.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

CloseBracket

Gets the character to use at the end of a method parameter list.

Public property

DefaultMethod

Gets the index of the initial method signature to show.

Public property

Delimiter

Gets the character that separates parameters in a method's parameter list.

Public property

OpenBracket

Gets the character to use at the start of a method's parameter list.

Public property

TypePostfix

Gets the string to place after the return type of a method.

Public property

TypePrefix

Gets the string to place before the return type of a method.

Public property

TypePrefixed

Gets whether a method's return type comes before or after the method signature.

Top

See Also

Reference

Methods Class

Microsoft.VisualStudio.Package Namespace