Alba.Jaml.MSInternal.XamlLanguage.GetXamlDirective C# (CSharp) Метод

GetXamlDirective() приватный статический Метод

private static GetXamlDirective ( string name ) : XamlDirective
name string
Результат System.Xaml.XamlDirective
        private static XamlDirective GetXamlDirective (string name)
        {
            return GetXamlDirective(name, String, /*BuiltInValueConverter.String*/null, AllowedMemberLocations.Attribute);
        }

Same methods

XamlLanguage::GetXamlDirective ( string name, AllowedMemberLocations allowedLocation ) : XamlDirective
XamlLanguage::GetXamlDirective ( string name, XamlType xamlType, XamlValueConverter typeConverter, AllowedMemberLocations allowedLocation ) : XamlDirective