INSDiscardableContent.BeginContentAccess Method
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.
Requests access to the content, and returns true
if the contents are available and were successfully accessed. (Otherwise, returns false
.)
[Foundation.Export("beginContentAccess")]
[Foundation.Preserve(Conditional=true)]
public bool BeginContentAccess ();
abstract member BeginContentAccess : unit -> bool
Returns
true
if the contents can be retrieved.
- Attributes