Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 985157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T05:07:30+00:00 2026-05-16T05:07:30+00:00

Is it possible to automatically insert a Code Snippet when an interface is implemented?

  • 0

Is it possible to automatically insert a Code Snippet when an interface is implemented? If so, how do you do it? I am looking for something similar to when you implement IDispoable in VB.

e.g.

I have the following Interface

Public Interface ITransferable

    ReadOnly Property TransferParameters() As Object

End Interface

I also have a Code Snippet as follows

<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  <CodeSnippet Format="1.0.0">
    <Header>
      <Title>Transfer Parameter Snippet</Title>
      <Author>RMC</Author>
      <Description>Transfer Parameter Snippet used when implementing the ITRansferable Interface</Description>
    </Header>
    <Snippet>
      <Code Language="VB" Kind="" Delimiter="$">
        <![CDATA[
          Private m_oTransferParameters As Object

          Public Class InputParameters
              'Add Input Parameter declaration/s here
          End Class

          Public Class OutputParameters
              'Add Output Parameter declaration/s here
          End Class

          Public ReadOnly Property TransferParameters() As Object Implements ITransferable.TranferParameters

              Get
                  Return m_oTransferParameters 
              End Get

          End Property
        ]]>
      </Code>
    </Snippet>
  </CodeSnippet>
</CodeSnippets>

So, what I want to happen, is when the ITransferable Interface is implemented, it injects the code in the code snippet into the class implementing the interface, such as

Public Class NewClass()
    Implements ITransferable

    Private m_oTransferParameters As Object

    Public Class InputParameters
        'Add Input Parameter declaration/s here
    End Class

    Public Class OutputParameters
        'Add Output Parameter declaration/s here
    End Class

    Public ReadOnly Property TransferParameters() As Object Implements ITransferable.TranferParameters

        Get
             Return m_oTransferParameters 
         End Get

    End Property

End Class

This will be used by web forms when transfering parameters from one page to the next using Server.Transfer

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T05:07:31+00:00Added an answer on May 16, 2026 at 5:07 am

    Well, after a lot of digging around on the net, and not coming up with much, I have ended up using a custom item template to accomplish what i needed to do as I want all web forms to inherit from the ITransferable Interface, now when a developer wants to create a new web form, they select my custom one from the ‘Add New Item’ popup, this then creates a web page with all the code in that I required. I hope this is of some use to someone.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to write code template or a snippet which will do following:
I have two <textField> one by one. Is possible to automatically stretch or shrink
Possible Duplicate: Is there a way to automatically update application on Android? I have
Is it possible in MySQL to insert a row into table2 automatically when a
I am looking for a way to automatically insert column names in TOAD for
I was wondering if it is possible to insert something in .bashrc or .vimrc
I have beeen looking around for a way to add code highlighting to my
I'm hand-maintaining an HTML document, and I'm looking for a way to automatically insert
is it possible to automatically export mysql database in phpmyadmin
Is it possible to automatically encrypt files via 'git push' before transferring to a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.