public T GetValueFromBag (UIElements.IUxmlAttributes bag, UIElements.CreationContext cc);

파라미터

bagThe bag of attributes.
ccThe context in which the values are retrieved.

반환

T The value of the attribute.

설명

Retrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue.