VsExtensionMethods Class

Definition

Extension methods for VS types. Extensions to non-VS types should be placed in env\shell\Utilities\ExtensionMethods.cs.

public ref class VsExtensionMethods abstract sealed
public ref class VsExtensionMethods abstract sealed
class VsExtensionMethods abstract sealed
public static class VsExtensionMethods
type VsExtensionMethods = class
Public Module VsExtensionMethods
Inheritance
VsExtensionMethods

Methods

EscapeAssemblyRelativePath(RegistrationAttribute+RegistrationContext, String)

Returns an escaped string representing the full path of the specified folder relative to the assembly of the component being registered

GetAssemblyLocation(RegistrationAttribute+RegistrationContext)

Returns the parent folder containing the assembly of the component being registered

ToPOINTL(Point)

Converts a given Point object to a POINTL.

Applies to