'DeclarationPublic Shared Function CreateFromAttributeType( _ ByVal attributeType As InteractivityAttributeType _ ) As NInteractivityAttribute
'UsageDim attributeType As InteractivityAttributeType Dim value As NInteractivityAttribute value = NInteractivityAttribute.CreateFromAttributeType(attributeType)
public static NInteractivityAttribute CreateFromAttributeType( InteractivityAttributeType attributeType )
Parameters
- attributeType