AssemblyReferenceType 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 AssemblyReference.
public class AssemblyReferenceType : Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityType<Microsoft.VisualStudio.ProjectSystem.Query.IAssemblyReferenceSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.Framework.AssemblyReferenceSnapshot>
type AssemblyReferenceType = class
inherit EntityType<IAssemblyReferenceSnapshot, AssemblyReferenceSnapshot>
Public Class AssemblyReferenceType
Inherits EntityType(Of IAssemblyReferenceSnapshot, AssemblyReferenceSnapshot)
- Inheritance
-
AssemblyReferenceType
Fields
AliasPropertyName |
The name of the Alias property. |
CopyLocalPropertyName |
The name of the CopyLocal property. |
CulturePropertyName |
The name of the Culture property. |
DescriptionPropertyName |
The name of the Description property. |
FullNamePropertyName |
The name of the FullName property. |
MajorVersionPropertyName |
The name of the MajorVersion property. |
MinorVersionPropertyName |
The name of the MinorVersion property. |
NamePropertyName |
The name of the Name property. |
PathPropertyName |
The name of the Path property. |
ResolvedPropertyName |
The name of the Resolved property. |
SpecificVersionPropertyName |
The name of the SpecificVersion property. |
TypeName |
The Model Type Name. |
TypePropertyName |
The name of the Type property. |
VersionPropertyName |
The name of the Version property. |
Properties
AliasProperty |
Gets Metadata for Alias property. |
BaseType | (Inherited from EntityType) |
CopyLocalProperty |
Gets Metadata for CopyLocal property. |
CultureProperty |
Gets Metadata for Culture property. |
DefinitionType | (Inherited from EntityType<TDefinitionType,TImplementationType>) |
DescriptionProperty |
Gets Metadata for Description property. |
EmptyPropertiesFilter | (Inherited from EntityType) |
FullNameProperty |
Gets Metadata for FullName property. |
HasId | (Inherited from EntityType) |
IdProperty |
Gets Metadata for Id property. |
ImplementationType | (Inherited from EntityType<TDefinitionType,TImplementationType>) |
MajorVersionProperty |
Gets Metadata for MajorVersion property. |
MinorVersionProperty |
Gets Metadata for MinorVersion property. |
Model | (Inherited from EntityType) |
Name | (Inherited from EntityType) |
NameProperty |
Gets Metadata for Name property. |
PathProperty |
Gets Metadata for Path property. |
Properties | (Inherited from EntityType) |
QueryDefaultProperties | |
ResolvedProperty |
Gets Metadata for Resolved property. |
SpecificVersionProperty |
Gets Metadata for SpecificVersion property. |
TypeProperty |
Gets Metadata for Type property. |
VersionProperty |
Gets Metadata for Version property. |
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) |