FileAccessData.OpenedFileOrDirectoryAttributes Property
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.
The actual flags and attributes of the opened file or directory as resolved by the kernel. Contrast with FlagsAndAttributes, which reflects what the caller requested when opening the handle.
public:
property Microsoft::Build::Experimental::FileAccess::FlagsAndAttributes OpenedFileOrDirectoryAttributes { Microsoft::Build::Experimental::FileAccess::FlagsAndAttributes get(); };
public Microsoft.Build.Experimental.FileAccess.FlagsAndAttributes OpenedFileOrDirectoryAttributes { get; }
member this.OpenedFileOrDirectoryAttributes : Microsoft.Build.Experimental.FileAccess.FlagsAndAttributes
Public ReadOnly Property OpenedFileOrDirectoryAttributes As FlagsAndAttributes