Ejemplo 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();
Ejemplo n.º 2
0
 public EnvDTE.CodeProperty EncapsulateFieldNoUI(EnvDTE.CodeVariable variable, string propertyName, EnvDTE.vsCMAccess accessibility, ReferenceSelectionEnum refSelection, PropertyTypeEnum propertyType, bool fPreview, bool fSearchComments)
 {
     throw new NotImplementedException();
 }