TextExpression.GetNamespacesInScope(Activity) 方法
定义
获取范围中使用的命名空间。Gets the namespaces that are being used within the scope.
public:
static System::Collections::Generic::IList<System::String ^> ^ GetNamespacesInScope(System::Activities::Activity ^ activity);
public static System.Collections.Generic.IList<string> GetNamespacesInScope (System.Activities.Activity activity);
static member GetNamespacesInScope : System.Activities.Activity -> System.Collections.Generic.IList<string>
Public Shared Function GetNamespacesInScope (activity As Activity) As IList(Of String)
参数
- activity
- Activity
范围的活动。The activity for the scope.
返回
在范围内使用的命名空间。The namespaces that are being used within the scope.