Microsoft.VisualStudio.Project.Output.get_Type C# (CSharp) Method

get_Type() public method

public get_Type ( System.Guid &pguidType ) : int
pguidType System.Guid
return int
        public virtual int get_Type(out Guid pguidType)
        {
            pguidType = Guid.Empty;
            throw new NotImplementedException();
        }