コード例 #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();
 }
コード例 #2
0
 public void EncapsulateField(EnvDTE.CodeVariable variable)
 {
     throw new NotImplementedException();
 }