ModelUtilities Class
Utilities for the project system in dealing with the model.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ModelUtilities
'Usage
You do not need to declare an instance of a static class in order to access its members.
[CLSCompliantAttribute(false)]
public static class ModelUtilities
[CLSCompliantAttribute(false)]
public ref class ModelUtilities abstract sealed
public final class ModelUtilities
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type ModelUtilities = class end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities.ModelUtilities
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.Project.Project.Utilities Namespace