PackageDependencyContext.ContextId 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.
Gets the context ID of the resolved framework package dependency for the current context PackageDependencyContext object.
public:
property PackageDependencyContextId ContextId { PackageDependencyContextId get(); };
PackageDependencyContextId ContextId();
public PackageDependencyContextId ContextId { get; }
var packageDependencyContextId = packageDependencyContext.contextId;
Public ReadOnly Property ContextId As PackageDependencyContextId
Property Value
The context ID of the resolved framework package dependency for the current context PackageDependencyContext object.