Microsoft.VisualStudio.Project.BuildPropertyPage.GetClassName C# (CSharp) 메소드

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string
        public override string GetClassName()
        {
            return this.GetType().FullName;
        }