VsExtensionMethods Class

Visual Studio 2015
 

Microsoft internal use only. Extension methods for VS types.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.VsExtensionMethods

public static class VsExtensionMethods

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticEscapeAssemblyRelativePath(RegistrationAttribute.RegistrationContext, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAssemblyLocation(RegistrationAttribute.RegistrationContext)

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

System_CAPS_pubmethodSystem_CAPS_staticToPOINTL(Point)

Converts a given Point object to a POINTL.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: