C# Class VS_QuickNavigation.Utils.DteHelper

Exibir arquivo Open project: thennequin/VS-QuickNavigation

Public Methods

Method Description
GetProperty ( EnvDTE properties, string propertyName ) : EnvDTE.Property
GetPropertyString ( EnvDTE properties, string propertyName, string &sValueOut ) : bool

Method Details

GetProperty() public static method

public static GetProperty ( EnvDTE properties, string propertyName ) : EnvDTE.Property
properties EnvDTE
propertyName string
return EnvDTE.Property

GetPropertyString() public static method

public static GetPropertyString ( EnvDTE properties, string propertyName, string &sValueOut ) : bool
properties EnvDTE
propertyName string
sValueOut string
return bool