Microsoft.VisualStudio.Project.OutputGroup.get_Property C# (CSharp) Méthode

get_Property() public méthode

public get_Property ( string pszProperty, object &pvar ) : int
pszProperty string
pvar object
Résultat int
        public virtual int get_Property(string pszProperty, out object pvar)
        {
            pvar = project.GetProjectProperty(pszProperty, _PersistStorageType.PST_PROJECT_FILE);
            return VSConstants.S_OK;
        }