What does square bracket [] mean in the below code?

前端 未结 2 1052
鱼传尺愫
鱼传尺愫 2020-11-30 06:41

I got below code from http://msdn.microsoft.com/en-us/library/dd584174(office.11).aspx for adding custom property in webpart tool pane. What does square bracket ([]

2条回答
  •  死守一世寂寞
    2020-11-30 07:06

    They're called attributes.

    Here's a quick example of how they can be used: http://www.codeproject.com/KB/cs/attributes.aspx

提交回复
热议问题