ExpressionNode.SubchannelsInternal<T>(String[]) 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.
Subchannelses the internal.
protected internal T SubchannelsInternal<T>(params string[] subchannels) where T : CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode;
member this.SubchannelsInternal : string[] -> 'T (requires 'T :> CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode)
Protected Friend Function SubchannelsInternal(Of T As ExpressionNode) (ParamArray subchannels As String()) As T
Type Parameters
- T
A class that derives from ExpressionNode.
Parameters
- subchannels
- String[]
The subchannels.
Returns
T
T.