LaunchProfileTypeType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metadata Type for LaunchProfileType.
public class LaunchProfileTypeType : Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityType<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileTypeSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.Framework.LaunchProfileTypeSnapshot>
type LaunchProfileTypeType = class
inherit EntityType<ILaunchProfileTypeSnapshot, LaunchProfileTypeSnapshot>
Public Class LaunchProfileTypeType
Inherits EntityType(Of ILaunchProfileTypeSnapshot, LaunchProfileTypeSnapshot)
- Inheritance
-
LaunchProfileTypeType
Fields
CommandNamePropertyName |
The name of the CommandName property. |
DisplayNamePropertyName |
The name of the DisplayName property. |
HelpUrlPropertyName |
The name of the HelpUrl property. |
ImageMonikerPropertyName |
The name of the ImageMoniker property. |
TypeName |
The Model Type Name. |
Properties
BaseType | (Inherited from EntityType) |
CommandNameProperty |
Gets Metadata for CommandName property. |
DefinitionType | (Inherited from EntityType<TDefinitionType,TImplementationType>) |
DisplayNameProperty |
Gets Metadata for DisplayName property. |
EmptyPropertiesFilter | (Inherited from EntityType) |
HasId | (Inherited from EntityType) |
HelpUrlProperty |
Gets Metadata for HelpUrl property. |
IdProperty |
Gets Metadata for Id property. |
ImageMonikerProperty |
Gets Metadata for ImageMoniker property. |
ImplementationType | (Inherited from EntityType<TDefinitionType,TImplementationType>) |
Model | (Inherited from EntityType) |
Name | (Inherited from EntityType) |
Properties | (Inherited from EntityType) |
QueryDefaultProperties |
Methods
CreateEntityValue(IEntityRuntimeModel, EntityIdentity, IPropertiesAvailableStatus) | |
CreateEntityValue(IEntityRuntimeModel) | |
CreatePropertiesFilter() |
Create a new properties filter. |
GetExecutable(AsyncQueryable, ImmutableQueue<ExecutableStep>, Boolean) | (Inherited from EntityType<TDefinitionType,TImplementationType>) |
GetProperty(String) | (Inherited from EntityType) |
GetRelationshipProperty(String) | (Inherited from EntityType) |
InitializeProperties(IReadOnlyCollection<IEntityProperty>) |
Initialize the properties collection. (Inherited from EntityType) |
TryGetProperty(String, IEntityProperty) | (Inherited from EntityType) |