IFolderPropertiesAvailableStatus 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 IFolderPropertiesAvailableStatus.
public interface IFolderPropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type IFolderPropertiesAvailableStatus = interface
interface IPropertiesAvailableStatus
interface IEquatable<IPropertiesAvailableStatus>
Public Interface IFolderPropertiesAvailableStatus
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) |
Files |
Gets whether data for Files is available in the current Folder. |
Folders |
Gets whether data for Folders is available in the current Folder. |
IsEmpty |
Gets whether there is no valid property. (Inherited from IPropertiesAvailableStatus) |
Name |
Gets whether data for Name is available in the current Folder. |
RelativePath |
Gets whether data for RelativePath is available in the current Folder. |
SharedPath |
Gets whether data for SharedPath is available in the current Folder. |
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) |