Microsoft.VisualStudio.Project.LocalizableProperties.GetPropertyOwner C# (CSharp) Méthode

GetPropertyOwner() public méthode

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Résultat object
        public virtual object GetPropertyOwner(PropertyDescriptor pd)
        {
            return this;
        }