SilverlightMappingToolBasic.ThemePropertyAttribute.ThemePropertyAttribute C# (CSharp) Méthode

ThemePropertyAttribute() public méthode

public ThemePropertyAttribute ( string propertyKeyName ) : System
propertyKeyName string
Résultat System
        public ThemePropertyAttribute(string propertyKeyName)
        {
            PropertyKeyName = propertyKeyName;
        }
ThemePropertyAttribute