Exemplo n.º 1
0
 public EnvDTE.CodeProperty EncapsulateFieldNoUI(EnvDTE.CodeVariable variable, string propertyName, EnvDTE.vsCMAccess accessibility, ReferenceSelectionEnum refSelection, PropertyTypeEnum propertyType, bool fPreview, bool fSearchComments)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void EncapsulateField(EnvDTE.CodeVariable variable)
 {
     throw new NotImplementedException();
 }