IFilePropertiesAvailableStatus Interface
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.
Provides information on what properties contain values in a IFilePropertiesAvailableStatus.
public interface IFilePropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type IFilePropertiesAvailableStatus = interface
interface IPropertiesAvailableStatus
interface IEquatable<IPropertiesAvailableStatus>
Public Interface IFilePropertiesAvailableStatus
Implements IEquatable(Of IPropertiesAvailableStatus), IPropertiesAvailableStatus
- Derived
- 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) |
Extension |
Gets whether data for Extension is available in the current File. |
FileName |
Gets whether data for FileName is available in the current File. |
IsEmpty |
Gets whether there is no valid property. (Inherited from IPropertiesAvailableStatus) |
IsHidden |
Gets whether data for IsHidden is available in the current File. |
IsSearchable |
Gets whether data for IsSearchable is available in the current File. |
ItemName |
Gets whether data for ItemName is available in the current File. |
ItemType |
Gets whether data for ItemType is available in the current File. |
LinkPath |
Gets whether data for LinkPath is available in the current File. |
Path |
Gets whether data for Path is available in the current File. |
Properties |
Gets whether data for Properties is available in the current File. |
SharedPath |
Gets whether data for SharedPath is available in the current File. |
VisualPath |
Gets whether data for VisualPath is available in the current File. |
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) |