MpfUtilities Class

This class and its members are reserved for internal use and are not intended to be used in your code.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal.MpfUtilities

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class MpfUtilities
[CLSCompliantAttribute(false)]
public static class MpfUtilities
[CLSCompliantAttribute(false)]
public ref class MpfUtilities abstract sealed
[<AbstractClass>]
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type MpfUtilities =  class end
public final class MpfUtilities

The MpfUtilities type exposes the following members.

Methods

  Name Description
Public methodStatic member ContainsInvalidFileNameChars This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member ConvertFromType<T> This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member ConvertToType<T> This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member CreateCADWORD This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member CreateCALPOLESTR This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member CreateSccFlagsCADWORD This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member CreateSemicolonDelimitedListOfStringFromGuids This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member CreateStringsFromCALPOLESTR This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member GetActiveConfigurationName This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member GetImageList(Stream) This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member GetImageList(Object) This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member GetUIHierarchyWindow This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member GuidsArrayFromSemicolonDelimitedStringOfGuids This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member IsFileNameInvalid This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member IsFolderNameInvalid This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member IsInAutomationFunction This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member IsSameComObject This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member IsVisualStudioInCommandLineBuild This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member IsVisualStudioInDesignMode This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member IsVisualStudioUpgrading This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member RecursivelyCopyDirectory This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member SetStringValueFromConvertedEnum<T> This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodStatic member ValidateFileName This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Thread Safety

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

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace