RatedContentRestrictions.GetBrowsePolicyAsync 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.
Gets information that is used filter an app's content catalog.
public:
virtual IAsyncOperation<ContentRestrictionsBrowsePolicy ^> ^ GetBrowsePolicyAsync() = GetBrowsePolicyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ContentRestrictionsBrowsePolicy> GetBrowsePolicyAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ContentRestrictionsBrowsePolicy> GetBrowsePolicyAsync();
function getBrowsePolicyAsync()
Public Function GetBrowsePolicyAsync () As IAsyncOperation(Of ContentRestrictionsBrowsePolicy)
Returns
Returns a ContentRestrictionsBrowsePolicy object.
- Attributes