Share via


ISolutionFolderPropertiesAvailableStatus Interface

Definition

Provides information on what properties contain values in a ISolutionFolderPropertiesAvailableStatus.

public interface ISolutionFolderPropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type ISolutionFolderPropertiesAvailableStatus = interface
    interface IPropertiesAvailableStatus
    interface IEquatable<IPropertiesAvailableStatus>
Public Interface ISolutionFolderPropertiesAvailableStatus
Implements IEquatable(Of IPropertiesAvailableStatus), IPropertiesAvailableStatus
Implements

Properties

AvailableProperties

Gets names of properties containing value in an entity (or in a query result).

(Inherited from IPropertiesAvailableStatus)
Count

Gets the number of properties available.

(Inherited from IPropertiesAvailableStatus)
Files

Gets whether data for Files is available in the current SolutionFolder.

Guid

Gets whether data for Guid is available in the current SolutionFolder.

IsEmpty

Gets whether there is no valid property.

(Inherited from IPropertiesAvailableStatus)
IsMiscellaneousFilesProject

Gets whether data for IsMiscellaneousFilesProject is available in the current SolutionFolder.

IsNested

Gets whether data for IsNested is available in the current SolutionFolder.

Name

Gets whether data for Name is available in the current SolutionFolder.

Projects

Gets whether data for Projects is available in the current SolutionFolder.

SolutionFolders

Gets whether data for SolutionFolders is available in the current SolutionFolder.

VisualPath

Gets whether data for VisualPath is available in the current SolutionFolder.

Methods

GetAvailableModelProperties()

Get metadata of properties containing values.

(Inherited from IPropertiesAvailableStatus)
IsAvailable(String)

Gets whether a property contains valid value in an entity.

(Inherited from IPropertiesAvailableStatus)
IsSubsetOf(IPropertiesAvailableStatus)

Whether all properties are in anther properties set.

(Inherited from IPropertiesAvailableStatus)

Applies to