ManifestPublishingContext.TryAddDependentResources(Object) 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.
Ensures that any IResource instances referenced by value
are
written to the manifest.
public void TryAddDependentResources (object? value);
member this.TryAddDependentResources : obj -> unit
Public Sub TryAddDependentResources (value As Object)
Parameters
- value
- Object
The object to check for references that may be resources that need to be written.